home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / dobbs / v17n02 / sfedit.exe / SFEDIT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-27  |  223 b   |  13 lines

  1. #ifndef SFEDIT_H
  2. #define SFEDIT_H
  3.  
  4. /* File Menu items */
  5. #define     IDM_OPEN     101
  6. #define     IDM_SAVE     102
  7. #define     IDM_SAVEAS   103
  8. #define     IDM_EXIT     105
  9. #define     IDM_ABOUT    106
  10.  
  11. #endif
  12.  
  13.